home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / editor / pagin605.zip / PAGDEMO.BAT < prev    next >
DOS Batch File  |  1995-07-15  |  510b  |  16 lines

  1. REM PAGDEMO.BAT
  2. ECHO OFF
  3. ECHO This batch file builds a document using the PAGINATE.EXE command.
  4. ECHO The example document demonstrates some of the capabilities of
  5. ECHO the program including:
  6. ECHO    * Reading in an ASCII-delimited file (PAGDEMO.#2)
  7. ECHO    * Sorting a file
  8. ECHO    * Aligning and justifying text
  9. ECHO .
  10. PAUSE Press Enter to continue
  11. ECHO ON
  12. PAGINATE PAGDEMO.#1 TEMP.OUT /OVERWRITE /-I %1
  13. ECHO OFF
  14. ECHO That should be about it.
  15. ECHO Please use a text viewer to see the results.
  16.